DataSource for Entity Framework for WinForms
ThenBy<TKey>(Expression<Func<T,TKey>>) メソッド

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq 名前空間 > Ordering<T> クラス : ThenBy<TKey>(Expression<Func<T,TKey>>) メソッド
keySelector によって返されるキーの型。
各要素のキーを抽出する関数。
キーに従って昇順でコレクション内の要素の順序付けを行います。
シンタックス
'宣言
 
Public Function ThenBy(Of TKey)( _
   ByVal keySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)) _
) As Ordering(Of T)
public Ordering<T> ThenBy<TKey>( 
   System.Linq.Expressions.Expression<Func<T,TKey>> keySelector
)

パラメータ

keySelector
各要素のキーを抽出する関数。

型パラメータ

TKey
keySelector によって返されるキーの型。

戻り値の型

要素がキーに従ってソートされるコレクション。
参照

Ordering<T> クラス
Ordering<T> メンバ